Skip to content

Conversation

@terraform-ibm-modules-ops
Copy link
Contributor

@terraform-ibm-modules-ops terraform-ibm-modules-ops commented Aug 7, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/stretchr/testify v1.10.0 -> v1.11.1 age confidence require minor
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.58.7 -> v1.60.6 age confidence require minor
go (source) 1.24.5 -> 1.25.1 age confidence toolchain minor
icr.io/ext/sysdig/agent 14.1.1 -> 14.2.0 age confidence minor
icr.io/ibm/observe/logs-agent-helm 1.6.1 -> 1.6.2 age confidence patch
terraform-ibm-modules/base-ocp-vpc/ibm (source) 3.54.5 -> 3.56.1 age confidence module minor
terraform-ibm-modules/trusted-profile/ibm (source) 2.3.1 -> 3.1.1 age confidence module major
terraform-ibm-modules/vpe-gateway/ibm (source) 4.7.1 -> 4.7.7 age confidence module patch

Release Notes

stretchr/testify (github.com/stretchr/testify)

v1.11.1

Compare Source

This release fixes #​1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.

What's Changed

Full Changelog: stretchr/testify@v1.11.0...v1.11.1

v1.11.0

Compare Source

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes
Documentation, Build & CI

New Contributors

Full Changelog: stretchr/testify@v1.10.0...v1.11.0

terraform-ibm-modules/ibmcloud-terratest-wrapper (github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper)

v1.60.6

Compare Source

Bug Fixes

v1.60.5

Compare Source

Bug Fixes

v1.60.4

Compare Source

Bug Fixes

v1.60.3

Compare Source

Bug Fixes
  • update retry configurations for catalog and project operations (#​1032) (7704950)

v1.60.2

Compare Source

Bug Fixes

v1.60.1

Compare Source

Bug Fixes

v1.60.0

Compare Source

Features

v1.59.7

Compare Source

Bug Fixes

v1.59.6

Compare Source

Bug Fixes
  • enhance retry logic with deny list approach for error handling (#​1028) (fe61c13)

v1.59.5

Compare Source

Bug Fixes
  • add stagger configuration for parallel test execution to optimize API call spacing (#​1027) (3f2e47f)

v1.59.4

Compare Source

Bug Fixes
  • Expose retry variables and handle retry already exits (#​1026) (98b67be)

v1.59.3

Compare Source

Bug Fixes
  • add retry logic for project creation and deletion operations (#​1025) (93bf283)

v1.59.2

Compare Source

Bug Fixes
  • enhance permutation testing by adding skip logic for enabled dependencies (#​1023) (5b36f23)

v1.59.1

Compare Source

Bug Fixes

v1.59.0

Compare Source

Features
  • improve addon test dependency tree resolution (#​1020)
    - Fixes the dependecy tree resolution
    - added the ability to skip ceritan permutaion test combinations
    - simplified some code paths (3520879)

v1.58.12

Compare Source

Bug Fixes

v1.58.11

Compare Source

Bug Fixes

v1.58.10

Compare Source

Bug Fixes
  • deps: update module github.com/go-openapi/errors to v0.22.2 (#​1017) (5f41ba3)

v1.58.9

Compare Source

Bug Fixes

v1.58.8

Compare Source

Bug Fixes
  • update CatalogJson and CatalogInput structs to use omitempty and interface{} for options (#​1014) (a8b0d01)
terraform-ibm-modules/terraform-ibm-base-ocp-vpc (terraform-ibm-modules/base-ocp-vpc/ibm)

v3.56.1

Compare Source

Bug Fixes

v3.56.0

Compare Source

Features

v3.55.7

Compare Source

Bug Fixes
  • updated applicable DA input to use HCL editor widget (#​776) (1ff2d44)

v3.55.6

Compare Source

Bug Fixes
  • add compliance controls to the OCP DA QuickStart variation (#​783) (546e3c3)

v3.55.5

Compare Source

Bug Fixes
  • change default OS in deployable architecture solution to RHCOS to match the default OCP version (#​779) (78564af)

v3.55.4

Compare Source

Bug Fixes
  • Addressed ROKS DA E2E walkthrough feedback
    - updated DA diagrams
    - modified IAM permissions
    - updated the content on catalog (#​771) (39d65ba)

v3.55.3

Compare Source

Bug Fixes
  • update test to correct the few values of OCP DA in catalog UI (#​777) (5b28550)

v3.55.2

Compare Source

Bug Fixes
  • add retry logic to reset_iks_api_key.sh while fetching IAM keys (#​753) (ba66cc0)

v3.55.1

Compare Source

Bug Fixes

v3.55.0

Compare Source

Features

v3.54.7

Compare Source

Bug Fixes
  • The default value of existing_resource_group_name is now null, which means it will default to the default resource group in your account. Previously it was defaulting to "Default" which may not exist in every account. (#​766) (24224bf)

v3.54.6

Compare Source

Bug Fixes
terraform-ibm-modules/terraform-ibm-trusted-profile (terraform-ibm-modules/trusted-profile/ibm)

v3.1.1

Compare Source

Bug Fixes
  • deps: update required ibm provider version to >= 1.79.1, < 2.0.0 (#​193) (4baead8)

v3.1.0

Compare Source

Features
  • Updates to trusted-profile-template submodule:
    - identity_crn input has been changed to identities and now supports all identitiy types: user, serviceid and crn. Its also now optional to pass any idenitify.
    - Added support to assign trusted profile template to single accounts using new input account_ids_to_assign (#​189) (d0f234e)

v3.0.0

Compare Source

(#​181) (07e3a80)

Bug Fixes
  • added a fix to prevent resources getting destroyed when a trusted profile name is being renamed
    • trusted_profile_policies now has a required attribute called unique_identifier which must have a unique value per policy. It is only used by terraform for building map objects, it is not use for any actual resource naming. Changing this value will cause resources to be recreated.
    • trusted_profile_claim_rules now has a required attribute called unique_identifier which must have a unique value per claim rule. It is only used by terraform for building map objects, it is not use for any actual resource naming. Changing this value will cause resources to be recreated.
    • trusted_profile_links now has a required attribute calledunique_identifier` which must have a unique value per profile link. It is only used by terraform for building map objects, it is not use for any actual resource naming. Changing this value will cause resources to be recreated.
BREAKING CHANGES
  • If upgrading from a previous version, you can prevent resources from being recreated if you use the correct value for the new unique_identifier attribute. For example, if you used the following value for trusted profile name: trusted_profile_name = "my-profile" you should use the following naming conventions:
Trusted profile policies
trusted_profile_policies = [
    {
      unique_identifier = "my-profile-0" # use the format of "<trusted profile name>-0" for first item in the list
      ...
      ...
    },
    {
      unique_identifier = "my-profile-1" # use the format of "<trusted profile name>-1" for second item in the list, and so on
      ...
      ...
    }
]
Trusted profile policies
trusted_profile_claim_rules = [
    {
      unique_identifier = "my-profile-0" # use the format of "<trusted profile name>-0" for first item in the list
      ...
      ...
    },
    {
      unique_identifier = "my-profile-1" # use the format of "<trusted profile name>-1" for second item in the list, and so on
      ...
      ...
    }
]
Trusted profile links
trusted_profile_links = [
    {
      unique_identifier = "my-profile-0" # use the format of "<trusted profile name>-0" for first item in the list
      ...
      ...
    },
    {
      unique_identifier = "my-profile-1" # use the format of "<trusted profile name>-1" for second item in the list, and so on
      ...
      ...
    }
]
terraform-ibm-modules/terraform-ibm-vpe-gateway (terraform-ibm-modules/vpe-gateway/ibm)

v4.7.7

Compare Source

Bug Fixes

v4.7.6

Compare Source

Bug Fixes

v4.7.5

Compare Source

Bug Fixes

v4.7.4

Compare Source

Bug Fixes

v4.7.3

Compare Source

Bug Fixes
  • deps: bump provider to 1.81.1 (#​684)
    - fixes in provider to resolve issue with multiple VPE gateways in parallel (dfa789b)

v4.7.2

Compare Source

Bug Fixes
  • The default value of existing_resource_group_name is now null, which means it will default to the default resource group in your account. Previously it was defaulting to "Default" which may not exist in every account. (#​685) (ee24c53)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-ops
Copy link
Contributor Author

terraform-ibm-modules-ops commented Aug 9, 2025

ℹ Artifact update notice

File name: tests/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 11 additional dependencies were updated

Details:

Package Change
github.com/IBM/platform-services-go-sdk v0.85.1 -> v0.86.1
github.com/go-openapi/errors v0.22.1 -> v0.22.2
github.com/hashicorp/terraform-json v0.25.0 -> v0.26.0
github.com/zclconf/go-cty v1.16.2 -> v1.16.3
golang.org/x/crypto v0.40.0 -> v0.41.0
golang.org/x/mod v0.25.0 -> v0.26.0
golang.org/x/net v0.41.0 -> v0.42.0
golang.org/x/sync v0.16.0 -> v0.17.0
golang.org/x/sys v0.34.0 -> v0.35.0
golang.org/x/text v0.27.0 -> v0.28.0
golang.org/x/tools v0.34.0 -> v0.35.0

@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@terraform-ibm-modules-dev
Copy link
Contributor

/run pipeline

@Aashiq-J
Copy link
Member

Aashiq-J commented Sep 9, 2025

/run pipeline

@Aashiq-J
Copy link
Member

Aashiq-J commented Sep 9, 2025

/run pipeline

1 similar comment
@Aashiq-J
Copy link
Member

Aashiq-J commented Sep 9, 2025

/run pipeline

@Aashiq-J Aashiq-J merged commit ef58f09 into main Sep 9, 2025
2 checks passed
@Aashiq-J Aashiq-J deleted the renovate/dependencies branch September 9, 2025 13:55
@terraform-ibm-modules-ops
Copy link
Contributor Author

🎉 This PR is included in version 2.9.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants